public class AT188Reader extends ATn88Reader
DEFALT_BATTERY_CHECK_INTERVAL, INFO, mAction, mBarcode, mCheckBatteryInterval, mDevice, mDeviceVersion, mFailCount, mIsDisconnecting, mIsForceBatteryGauging, mLastError, mLastTime, mRfidHf, mRfidUhf, mTransport, RETRY_COUNT, TAG| Constructor and Description |
|---|
AT188Reader(ATransport transport)
Create an instance of the AT188Reader class.
|
AT188Reader(int sessionId,
ATransport transport)
Create an instance of the AT188Reader class.
|
getAlertNotify, getButtonNotify, getButtonNotifyTime, setAlertNotify, setButtonNotify, setButtonNotifyTimeassertAction, defaultParameter, destroy, getAutoOffTime, getAutoSaveMode, getBatteryState, getBuzzer, getDisplayOffTime, getOperationMode, getSerialNo, getStoredTagCount, getTime, getUseActionKey, initReader, loadStoredData, onActionChanged, onBatteryState, onEvent, onKeyEvent, onNotificationState, onOperationModeChanged, onStateChanged, onUsbChargerChanged, removeAllStoreadData, reset, saveStoredData, setAutoOffTime, setAutoSaveMode, setBuzzer, setDisplayOffTime, setOperationMode, setSerialNo, setTime, setUsbChargingPhone, setUseActionKey, sleep, sleep, wakeUp, wakeUpaddListener, checkError, clearListener, connect, disconnect, getAction, getAddress, getAutoConnect, getBackupState, getBarcode, getCheckInterval, getConnectType, getDeviceAttached, getDeviceName, getDeviceType, getFullVersionHexa, getLastError, getProtocol, getRfidHf, getRfidUhf, getSessionId, getState, getTransport, getVersion, getVersionHexa, isEmptyRef, listen, onReaderActionChanged, onReaderBatteryState, onReaderKeyChanged, onReaderNotificationState, onReaderOperationModeChanged, onReaderStateChanged, onReaderUsbChargerChanged, removeListener, resetError, setAction, setAddress, setAutoConnect, setCheckInterval, setDeviceName, setDeviceType, setForceBatteryGauging, setLastError, toStringpublic AT188Reader(ATransport transport)
transport - AT188Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.public AT188Reader(int sessionId,
ATransport transport)
sessionId - A unique ID number for identifying instances to manage multiple instances.transport - AT188Reader An instance of an inherited class of the ATransport class that defines how an instance is associated with a Device.